python-webdav software package provides WebDAV server implementation in Python, you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install python-webdav
python-webdav is installed in your system.
Make ensure the python-webdav package were installed using the commands given below,
$ sudo dpkg-query -l | grep python-webdav *
You will get with python-webdav package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Python |
| Package | python-webdav |
| Version | 0.9.8-7 |
| Description | WebDAV server implementation in Python |
| Sub Section | Python |